home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / metacity-common.postinst < prev    next >
Text File  |  2009-09-23  |  692b  |  22 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installcatalogs
  4. if [ "$1" = "configure" ]; then
  5.     rm -f /etc/sgml/metacity-common.cat
  6.     for ordcat in /usr/share/sgml/metacity-common/catalog; do
  7.         update-catalog --quiet --add /etc/sgml/metacity-common.cat ${ordcat}
  8.     done
  9.     update-catalog --quiet --add --super /etc/sgml/metacity-common.cat
  10. fi
  11. # End automatically added section
  12. # Automatically added by dh_gconf
  13. if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
  14.     update-gconf-defaults 
  15. fi
  16. # End automatically added section
  17. # Automatically added by dh_gconf
  18. if [ "$1" = "configure" ]; then
  19.     gconf-schemas --register metacity.schemas 
  20. fi
  21. # End automatically added section
  22.